

.swiper-container1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

:root{
	--swiper-theme-color: #006ece!important;
}

.swiper-pagination-bullet{
	width: 12px!important;
	height: 12px!important;
}

.bannerbox {
	overflow: hidden;
}

/* 产品中心 */

.bg-grey {
	width: 100%;
	height: auto;
	padding: 60px 0;
	background: url(../image/bg1.jpg)no-repeat center top;
	background-attachment: fixed;
}

.content {
    width: 100%;
	max-width:1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 60px;
}

h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}

h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #0c9;
	bottom: 0;
	content: '';
}

p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.tab-block {
	width: 100%;
	background-color: #FFF;
}


.tab-block .tab-buttons {
	width: 100%;
	background-color: #799fc1;
	margin-bottom: 20px;
}

.tab-block .tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer
}

.tab-block .tab-buttons .tab-button h1{
	line-height: 48px;
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333;
	line-height: 48px;
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #006ece;
}

.tab-block .tabs {
	width: 100%;
}

.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	display: none
}

.tab-block .tabs .tab-item.active {
	display: block
}

.information-tab .information-left {
	width: 500px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left img {
	width: 100%;
	height: auto
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 640px;
	height: 340px;
	float: right;
}

.information-tab .information-right .article-list {
	padding-top: 20px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
	background-color: #0c9!important
}

.information-tab .information-right .article-list.current .article-title {
	color: #0c9
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}

.cpzx-bt{
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.cpzx-bt p{
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.cpzx-bt{
	font-size: 24px;
    line-height: 48px;
    padding-bottom: 14px;
    position: relative;
}

.cpzx-bt::before{
	position: absolute;
    content: "";
    display: block;
    background-color: #006ece;
    bottom: 0;
    left: calc(50% - 32px);
    width: 64px;
    height: 6px;
}

.cp-img{
overflow: hidden;

}

.cp-img img{
	transition: all 1s;
}

.cp-box{
	float: left;
	width: calc((100% - 150px) / 5);
	margin: 15px;
	box-shadow: 0px 0px 0.91px 0.09px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	overflow: hidden;
	transition: all .5s;
	position: relative;
	top: 0;
}

.cp-box:hover img{
	transform: scale(1.2);
}

.cp-box:hover {
	top: -10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.cpzx-img{
	padding: 0 30px 30px 30px;
}


.cp-mz h1{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 34px;
}

.cp-mz{
	background-color: #799fc1;
	position: absolute;
	bottom: -34px;
	left: 0;
	height: 34px;
	width: 100%;
	transition: all 1s;
}

.cp-box:hover .cp-mz{
	bottom: 0;
}

.cp-box a{
	display: block;
}

.cp-ck{
	text-align: center;
	padding: 30px 0;
}

.cp-ck a{
	display: block;
	width: 148px;
	line-height: 48px;
	font-size: 16px;
	background-color:#006ece;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 24px;
	margin: 0 auto;
	margin-top: 30px;
	transition: all 1s;
}

.cp-ck a:hover{
	background-color:#143d8f ;
}

.about-box{
	padding: 60px 0;
	background: url(../img/abou-1.jpg)no-repeat center top;
}

.about-bt p{
	color: #333;
	font-size: 36px;
	font-weight: 600;
}

.about-bt h1{
	font-size: 24px;
	line-height: 48px;
	padding-bottom: 14px;
	position: relative;
}

.about-bt h1::before{
	position: absolute;
	content: "";
	display: block;
	background-color:#006ece ;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 6px;
}

.about-bt h2{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.about-wz{
	z-index: 2;
	padding: 30px 50px;
	border-radius: 20px;
	background-color:#f5f5f5;
	position: relative;
	margin-top: 90px;
	right: -104px;
}

.about-img{
width: 50%;	
float: left;
overflow: hidden;
}

.about-img img{
	transition: all 10s;
}

.about-1:hover img{
	transform: scale(1.2);
}


.about-wz h1{
	font-size: 24px;
	font-weight: 600;
	line-height: 72px;
}

.about-wz p{
	font-size: 15px;
	line-height: 40px;
	text-align: justify;
}

.about-zz{
	width:50%;
	float: left;
}

.gs-1{
	text-align: center;
	float: left;
	width: 25%;
	position: relative;
}

.gs-1 span:nth-child(1){
	font-size: 48px;
	font-weight: 600;
	color:#006ece ;
}

.gs-1 span:nth-child(2){
	font-size: 20px;
	top: 0;
	right: 0;
	position: absolute;
}

.gs-1 h1{
	font-size: 18px;
}

.gs-ry{
	margin-top: 93px;
}

.zl-1{
	font-weight: 600;
	right: 24%!important;
}

.map-box {
	width: 70%;
	float: left;
}

.lxwm-box{
	background-color: #333;
	padding: 80px 0;
}

.lxwm-wz{
	width:calc(30% - 80px);
	float: left;
	margin-left: 80px;
	color: #fff;
	margin-top: 30px;
}


.lxwm-wz p{
	color: #fff;
}

.lx-1 li img{
	float: left;
	width: 5%;
	margin-top: 3px;
}

.lx-1 li{
margin-top: 30px;	
}

.lx-1 li p{
	float: left;
	width: calc(90% - 10px);
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.lx-1{
	margin-top: 100px;
}

.footer-1 ul li{
	width: calc(100% / 6);
	float: left;
}

.footer-1 ul li a{
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 42px;
	color: #666;
}

.footer-1 ul li a:nth-child(1){
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

.ewm-box{
	width: 180px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}

.footerbox{
	background-color: #fcfcf9;
	padding: 60px 0;
}

.ewm-box p{
font-size: 16px;
text-align: center;	
line-height: 48px;
}

.bq-1{
	width: 250px;
	margin: 0 auto;
}

.bq p{
	text-align: center;
	font-size: 15px;
	line-height: 42px;
	color: #000;
}

.bq{
	padding: 20px 0;
	background-color: #333;
}





::selection {color:#fff;background-color: #4687f2;}
::-moz-selection {color:#fff;background-color: #4687f2;}
::-webkit-selection {color:#fff;background-color: #4687f2;}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(238, 2, 6, .3);background-color: #ee0206;}





html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}




img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}





.bg {
  background: #ee0206;
}



.container {
  padding: 0 16.25rem;
  width: 100%;
}


.container {
  width: 100%;
  max-width: 100%;
}







@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.title.left {
  text-align: left;
}

.title.left span::before {
  left: 0;
  transform: translateX(0);
}

.title span {
  font-size: 24px;
  padding-bottom: .625rem;
  position: relative;
  line-height: 4.375rem;
  display: inline-block;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 3px;
  background-color: #006ece;
}

.subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 5rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}





.section03 .swiper-slide {
  opacity: 0 !important;
}

.section03 .swiper-slide-active {
  opacity: 1 !important;
}


.section03 .bg {
  width: 100vw;
  height: 600px;
  display: flex;
  justify-content: flex-end;
}

.section03 .bg .right {
  width: 50%;
  padding: 5rem 0 25rem;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
}

.section03 .bg .right .content {
  padding-left: 8rem;
}

.section03 .bg .sum {
  margin-top: 2.125rem;
}

.section03 .bg .sum .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #444444;
}

.section03 .bg .sum ul {
  margin: 5px 0 2.25rem;
}

.section03 .bg .sum ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
}

.section03 .bg .sum ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  text-align: center;
}

.section03 .bg .sum .more {
  border: 1px solid #666666;
  color: #666;
}

.section03 .bg .sum .more:hover {
  color: #fff;
  border-color: #96ce29;
}

.section03 .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.section03 .hover ul {
  display: flex;
  align-items: flex-end;
}

.section03 .hover ul li {
  width: 20%;
  float: left;
  padding: 1.5rem 0 2.25rem;
  background: rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(80, 76, 76, 0.6);
  position: relative;
}

.section03 .hover ul li .icon img {
  margin: 0 auto;
  height: 4rem;
}

.section03 .hover ul li .icon img:nth-child(1) {
  display: none;
}

.section03 .hover ul li .icon img:nth-child(2) {
  display: block;
}

.section03 .hover ul li .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.625rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.25rem;
  color: #fff;
}

.section03 .hover ul li .en_name {
  font-size: 1rem;
  line-height: 0.725rem;
  text-align: center;
  color: #666;
  max-height: 0;
  overflow: hidden;
  text-transform: uppercase;
}

.section03 .hover ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .625rem;
  background: #006ece;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .hover ul li:hover::before,
.section03 .hover ul li.active::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .hover ul li.active,
.section03 .hover ul li:hover {
  padding: 2.4375rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.95);
}

.section03 .hover ul li.active .name,
.section03 .hover ul li:hover .name {
  color: #006ece;
  padding-top: .3125rem;
}

.section03 .hover ul li.active .en_name,
.section03 .hover ul li:hover .en_name {
  max-height: 1.875rem;
  transition: max-height 0.25s ease-in;
}

.section03 .hover ul li.active .icon img:nth-child(2),
.section03 .hover ul li:hover .icon img:nth-child(2) {
  display: none;
}

.section03 .hover ul li.active .icon img:nth-child(1),
.section03 .hover ul li:hover .icon img:nth-child(1) {
  display: block;
}


.phone_show {
  display: none;
}





@media (max-width: 1440px) {


  .section03 .hover ul li {
    padding: 1.375rem 0 2.5625rem;
  }

  .section03 .hover ul li {
    padding: 1.375rem 0 2.5625rem;
  }


  .section03 .hover ul li.active,
  .section03 .hover ul li:hover {
    padding: 2.4375rem 0;
  }

  .title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

}

@media (max-width: 1280px) {
  
 

  .section03 .hover ul li .icon img {
    height: 3rem;
  }

  .section03 .bg .right {
    padding: 4.5rem 0 14rem;
  }

 

  .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  
 
  .section03 .hover ul li .en_name {
    font-size: 0.7rem;
  }


  .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .title span {
    line-height: 2.8rem;
  }


  .section03 .bg .sum ul {
    margin: 5px 0 1.5rem;
  }



}

@media (max-width: 990px) {
  .title {
    font-size: 2.4rem;
  }

  
 
  .title span {
    line-height: 3.375rem;
  }


  .section03 .hover {
    display: none;
  }

  .section03 .bg {
    background: none !important;
    height: auto;
    display: block;
    width: 100%;
  }

  .section03 .bg .right {
    padding: 5rem 0;
    width: 100%;
  }

  .section03 .bg .right .content {
    padding: 0 15px;
  }

  
 
  .section03 {
    padding: 50px 15px 45px;
  }

  .section03 .swiper-slide .title,
  .section03 .swiper-slide .subtitle {
    display: none;
  }

  .phone_show {
    display: block;
  }


  .section03 .swiper-container {
    padding-bottom: 45px;
  }

  .section03 .swiper-pagination {
    bottom: 0;
  }

  .section03 .bg .right {
    padding: 15px 0 0;
  }

  .section03 .bg .sum {
    margin-top: 0;
  }


  .section03 .bg .sum .name {
    color: #000;
    margin-top: 15px;
  }

  .section03 .swiper-slide {
    opacity: 1 !important;
  }

  .section03 .bg .right .content {
    padding: 0;
  }

  .section03 .bg .sum ul {
    margin: 5px 0 15px;
  }


  body {
    padding-bottom: 0;
  }

 

  .section03>.container {
    padding: 0;
  }



}

@media (max-width: 767px) {
 
 
  .title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
  }

  .title span,
  .title_ny span {
    line-height: 34px;
    padding-bottom: 10px;
  }

  .title span::before {
    width: 3.1875rem;
  }

  
  .subtitle {
    font-size: 16px;
    line-height: 26px;
  }


  .section03 {
    padding: 20px 15px 25px;
  }

  .section03 .subtitle {
    text-align: center;
  }

  .section03 .title {
    text-align: center;
  }

  .section03 .title span::before {
    left: 50%;
    transform: translateX(-50%);
  }


  
}

